﻿.drop {
    background: #F8F8F8;
    border: 2px dashed #DDD;
    padding: 15px;
    height:100px;
    position:relative;
}
.drop > .action-content{
    position:absolute; 
    bottom: 15px; 
    left: 15px;
}
.drop.drag-over {
    background: #5CB85C;
    color: #fff
}